Contents
Other functions
SLEEP
SYS_GUID
This function pauses for the specified time then resumes the operations.
sec – sleep time. The unit is second and inputs double type value.
INT
SELECT SLEEP(3);
It pauses for 3 seconds.
It returns the unique hexadecimal string of 32 characters randomly.
SELECT SYS_GUID();
sys_guid() ================================== '938210043A7B4455927A8697FB2571FF'